3.13.33 \(\int x^m (d+e x^2)^{5/2} (a+b \text {ArcTan}(c x)) \, dx\) [1233]

Optimal. Leaf size=76 \[ \frac {a x^{1+m} \left (d+e x^2\right )^{7/2} \, _2F_1\left (1,\frac {8+m}{2};\frac {3+m}{2};-\frac {e x^2}{d}\right )}{d (1+m)}+b \text {Int}\left (x^m \left (d+e x^2\right )^{5/2} \text {ArcTan}(c x),x\right ) \]

[Out]

a*x^(1+m)*(e*x^2+d)^(7/2)*hypergeom([1, 4+1/2*m],[3/2+1/2*m],-e*x^2/d)/d/(1+m)+b*Unintegrable(x^m*(e*x^2+d)^(5
/2)*arctan(c*x),x)

________________________________________________________________________________________

Rubi [A]
time = 0.12, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int x^m \left (d+e x^2\right )^{5/2} (a+b \text {ArcTan}(c x)) \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[x^m*(d + e*x^2)^(5/2)*(a + b*ArcTan[c*x]),x]

[Out]

(a*d^2*x^(1 + m)*Sqrt[d + e*x^2]*Hypergeometric2F1[-5/2, (1 + m)/2, (3 + m)/2, -((e*x^2)/d)])/((1 + m)*Sqrt[1
+ (e*x^2)/d]) + b*Defer[Int][x^m*(d + e*x^2)^(5/2)*ArcTan[c*x], x]

Rubi steps

\begin {align*} \int x^m \left (d+e x^2\right )^{5/2} \left (a+b \tan ^{-1}(c x)\right ) \, dx &=a \int x^m \left (d+e x^2\right )^{5/2} \, dx+b \int x^m \left (d+e x^2\right )^{5/2} \tan ^{-1}(c x) \, dx\\ &=b \int x^m \left (d+e x^2\right )^{5/2} \tan ^{-1}(c x) \, dx+\frac {\left (a d^2 \sqrt {d+e x^2}\right ) \int x^m \left (1+\frac {e x^2}{d}\right )^{5/2} \, dx}{\sqrt {1+\frac {e x^2}{d}}}\\ &=\frac {a d^2 x^{1+m} \sqrt {d+e x^2} \, _2F_1\left (-\frac {5}{2},\frac {1+m}{2};\frac {3+m}{2};-\frac {e x^2}{d}\right )}{(1+m) \sqrt {1+\frac {e x^2}{d}}}+b \int x^m \left (d+e x^2\right )^{5/2} \tan ^{-1}(c x) \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 2.56, size = 0, normalized size = 0.00 \begin {gather*} \int x^m \left (d+e x^2\right )^{5/2} (a+b \text {ArcTan}(c x)) \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Integrate[x^m*(d + e*x^2)^(5/2)*(a + b*ArcTan[c*x]),x]

[Out]

Integrate[x^m*(d + e*x^2)^(5/2)*(a + b*ArcTan[c*x]), x]

________________________________________________________________________________________

Maple [A]
time = 0.45, size = 0, normalized size = 0.00 \[\int x^{m} \left (e \,x^{2}+d \right )^{\frac {5}{2}} \left (a +b \arctan \left (c x \right )\right )\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^m*(e*x^2+d)^(5/2)*(a+b*arctan(c*x)),x)

[Out]

int(x^m*(e*x^2+d)^(5/2)*(a+b*arctan(c*x)),x)

________________________________________________________________________________________

Maxima [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^m*(e*x^2+d)^(5/2)*(a+b*arctan(c*x)),x, algorithm="maxima")

[Out]

integrate((x^2*e + d)^(5/2)*(b*arctan(c*x) + a)*x^m, x)

________________________________________________________________________________________

Fricas [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^m*(e*x^2+d)^(5/2)*(a+b*arctan(c*x)),x, algorithm="fricas")

[Out]

integral((a*x^4*e^2 + 2*a*d*x^2*e + a*d^2 + (b*x^4*e^2 + 2*b*d*x^2*e + b*d^2)*arctan(c*x))*sqrt(x^2*e + d)*x^m
, x)

________________________________________________________________________________________

Sympy [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: SystemError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**m*(e*x**2+d)**(5/2)*(a+b*atan(c*x)),x)

[Out]

Exception raised: SystemError >> excessive stack use: stack is 3879 deep

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^m*(e*x^2+d)^(5/2)*(a+b*arctan(c*x)),x, algorithm="giac")

[Out]

integrate((e*x^2 + d)^(5/2)*(b*arctan(c*x) + a)*x^m, x)

________________________________________________________________________________________

Mupad [A]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int x^m\,\left (a+b\,\mathrm {atan}\left (c\,x\right )\right )\,{\left (e\,x^2+d\right )}^{5/2} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^m*(a + b*atan(c*x))*(d + e*x^2)^(5/2),x)

[Out]

int(x^m*(a + b*atan(c*x))*(d + e*x^2)^(5/2), x)

________________________________________________________________________________________